home *** CD-ROM | disk | FTP | other *** search
/ A Brief History of Time - An Interactive Adventure / A Brief History of Time: An Interactive Adventure.iso / pc / 06.dir / 00172_Script_172 < prev    next >
Text File  |  1995-07-27  |  577b  |  18 lines

  1. on mouseDown
  2.   global gDestNumber
  3.   set lCastName = the name of cast (the castnum of sprite the clickOn)
  4.   if lCastName contains gDestNumber then exit
  5.   puppetSprite 28, False
  6.   set the movieTime of sprite 2 = 0
  7.   set the movieRate of sprite 2 = 0
  8.   set lCastNum = the castnum of sprite 2
  9.   set the castnum of sprite 2 = the number of cast "BlankS.MOV"
  10.   updatestage
  11.   puppetSprite 2, False
  12.   set gDestNumber = string(the clickon - 6)
  13.   puppetSprite 15, False
  14.   TurnOffRollovers
  15.   TurnOffMovies
  16.   set lFrame = "Dest" && string (the clickOn - 6)
  17.   go lFrame
  18. end